projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b6c89
)
* locate.el (locate-fcodes-file, locate-header-face):
author
Juri Linkov
<juri@jurta.org>
Fri, 30 Dec 2005 05:55:43 +0000
(
05:55
+0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 30 Dec 2005 05:55:43 +0000
(
05:55
+0000)
Add tag "None" to const nil.
lisp/locate.el
patch
|
blob
|
history
diff --git
a/lisp/locate.el
b/lisp/locate.el
index 563300f6c03fc1bd5b85efe3f078fb85991d6e16..9676c84f80c90d238062a61ee32a136cff87e008 100644
(file)
--- a/
lisp/locate.el
+++ b/
lisp/locate.el
@@
-144,12
+144,12
@@
(defcustom locate-fcodes-file nil
"*File name for the database of file names."
- :type '(choice
file (const nil)
)
+ :type '(choice
(const :tag "None" nil) file
)
:group 'locate)
(defcustom locate-header-face nil
"*Face used to highlight the locate header."
- :type '(choice
face (const nil)
)
+ :type '(choice
(const :tag "None" nil) face
)
:group 'locate)
;;;###autoload